object Form1: TForm1 Left = 289 Top = 155 Width = 553 Height = 387 Caption = 'Seznam skladeb' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object RichEdit1: TRichEdit Left = 16 Top = 16 Width = 513 Height = 289 Lines.Strings = ( 'RichEdit1') TabOrder = 0 OnKeyDown = RichEdit1KeyDown end object Button1: TButton Left = 173 Top = 322 Width = 75 Height = 25 Caption = 'Zp�t' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 297 Top = 322 Width = 75 Height = 25 Caption = 'Tisk' TabOrder = 2 OnClick = Button2Click end end